reader*
Source: /avail/Avail/Data Abstractions/Iterators/Concatenation Readers
Categories: Data Abstractions, Readers
Construct and answer an reader that produces values from the specified tuple of readers The result first produces the values of the first lexical argument, then the second, etc.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | readers | reader* | A tuple of readers. | |
Returns | reader | The requested reader. |